home *** CD-ROM | disk | FTP | other *** search
- // DBGSTREAM INI file
- // You know the drill, set the stream to 1 if you want to see it
-
-
- //-------- special streams
- TEST = 0
- // leave this on or you won't see asserts
- EAC_LIBRARIES = 0
-
-
- // modules
- FRONT_END = 0
- FRONT_END_MODE = 0
- FRONT_END_SCREEN = 0
- OLD_FRONT_END = 0
- TOURNEY_MANAGER = 0
- DATABASE = 0
- MISC = 0
-
- COMM = 0
- PC_RENDER = 0
- PC_PAUSE = 0
-
-
- //-------- TODO:TEM deprecated streams
- AI_WARNING = 0
- AI_JC = 0
- AI_JC_SPRINTS = 0
- AI_ANDREA = 0
- AI_JORGE = 0
- EVENT_TEO = 0
-
- //-------- Testbed streams
- TB_Select = 0
- TB_ZEdit = 0
- TB_Misc = 0
-
- //-------- AI streams
- AI_Animation = 0
- AI_Ball = 0
- AI_Collision = 0
- AI_Control = 0
- AI_Command = 0
- AI_EvalBall = 0
- AI_Formation = 0
- AI_Goalie = 0
- AI_Init = 0
- AI_Jostle = 0
- AI_Kick = 0
- AI_Marking = 0
- AI_Math = 0
- AI_Possess = 0
- AI_Prescript = 0
- AI_Ref = 0
- AI_Seekball = 0
- AI_Shield = 0
- AI_Shot = 0
- AI_Tackle = 0
- AI_Tactical = 0
- AI_Misc = 0
-
-
- //------- Player traces
- Home_0 = 0
- Home_1 = 0
- Home_2 = 0
- Home_3 = 0
- Home_4 = 0
- Home_5 = 0
- Home_6 = 0
- Home_7 = 0
- Home_8 = 0
- Home_9 = 0
- Home_10 = 0
-
- Away_0 = 0
- Away_1 = 0
- Away_2 = 0
- Away_3 = 0
- Away_4 = 0
- Away_5 = 0
- Away_6 = 0
- Away_7 = 0
- Away_8 = 0
- Away_9 = 0
- Away_10 = 0
-
- //-------- non-ai in-game stuff
- ANIM_PROBLEMS = 0
- EVENT = 0
- MOTION = 0
-
- //-------- system monitoring stuff
- MEMORY = 0
- FILE = 0
- METRICS = 0
- INI = 0
- ERROR = 0
-
- //-------- windowing stuff
- WINDOW_CONTEXT = 0
- WINDOW_MESSAGES = 0
- WINDOW_NAVIGATION = 0
-
- //-------- rendering stuff
- RENDERING = 0
- RENDER_MKMODELS = 0
-
- //-------- audio-video streams
- AUDIO = 0
- SRM = 0
- VIDEO = 0
-
- //-------- presentation stuff (may want more here)
- CHOREO_SEQUENCE = 0
- CHOREO_TASK = 0
- AUTOREPLAY_CONTEXT = 0
- CAMERAS = 0
-